home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / biz / haage / StormC2_0.readme < prev    next >
Encoding:
Text File  |  1997-05-03  |  19.6 KB  |  474 lines

  1. Short:        StormC (Demo): ANSI C & C++ Development System
  2. Author:       HAAGE & PARTNER Computer
  3. Uploader:     haage_partner@compuserve.com (Markus Nerding)
  4. Version:      2.0
  5. Type:         biz/haage
  6. Requires:     OS 2.0, 3-6 MB RAM, hard drive
  7. Distribution: AmiNet
  8.  
  9.  
  10.  
  11. Welcome to the demo version  of StormC 2.0
  12. ==========================================
  13.  
  14. Here it is: NEW version 2.0 of StormC - The programming system 
  15. for the future of the AMIGA. There are a lot of enhancements and 
  16. improvements. Most of them were big wishes of our customers and 
  17. users of the demo version 1.0. For that reason we want to thank 
  18. everyone who supported the development of StormC.
  19.  
  20.  
  21.  
  22. Ratings of the Press
  23. --------------------
  24.  
  25. StormC 1.1 now got rating 
  26.  
  27. "VERY GOOD" 
  28.  
  29. in the biggest magazine, called AMIGA MAGAZIN (Publisher: Magna Media).
  30.  
  31. Some impressions of articles of the German press regarding the Preview 
  32. version 0.9: (I will try to translate it as close to the original as 
  33. possible)
  34.  
  35. Amiga Plus 1 / 96
  36.  
  37.   New concepts of development and quality assurance... 
  38.   The first remarkable feature is the project management...
  39.  
  40. Amiga magazine 1 / 96
  41.  
  42.   The project management: At last there is a tool that does not feel 
  43.   like a "ball and chain", but is really useful.
  44.  
  45. Amiga Special 2 / 96
  46.  
  47.   A fast compiler, a powerful debugger and a comfortable
  48.   development system are an interesting mixture, if we talk about
  49.   professional software engineering..
  50.  
  51.  
  52. With the enclosed demo you can convince yourself of these statements.
  53.  
  54.  
  55.  
  56. Features of StormC 2.0
  57. ----------------------
  58.  
  59. StormC 2.0 [NEW]
  60. The Advanced C/C++ Development System for the Future of the AMIGA !
  61.  
  62. StormC is an integrated development system which contains all 
  63. development tools imperative for efficient engineering: editor, 
  64. compiler, linker, debugger and RunShell with many outstanding 
  65. features.
  66.  
  67. The heart of StormC is its visual project manager which manages every 
  68. part of the project, e.g. sources, headers, libraries, documents, 
  69. binaries.
  70.  
  71. The very fast editor displays key-words colourfully to get a better
  72. readability and a syntax check.
  73.  
  74. The StormC compiler handles ANSI C and C++ sources and generates 
  75. optimised code for the whole Motorola 68xxx family (including 68060 
  76. and 68881/882).
  77.  
  78. The RunShell is a powerful run-time system that monitors the running
  79. application and prevents it from crashing the system. It also offers
  80. resource tracking and it can start the source-level debugger 
  81. during (!) run-time of the program.
  82.  
  83. ([NEW]Features marked by this are new in version 2.0.)
  84.  
  85. StormShell - Visual Project Manager
  86.  
  87.  - Management of Multiple Projects
  88.  - Hierarchical Projects with Section Folding
  89.  - Drag & Drop
  90.  - Automatic File Type Recognition (Sources, Headers, Libraries,
  91.    Docs, AmigaGuide, Binaries ...)
  92.  - Toolbar with Tooltips (Help Function)
  93.  - Full Configurable (>50 Option Requesters)
  94.  - GoldED Support [NEW]
  95.  - New Options [NEW]
  96.  - New GUI [NEW]
  97.  
  98. StormED - Fast Source Editor
  99.  
  100.  - Multiple Window Editor
  101.  - Syntax Colouring
  102.  - User Defined Dictionary
  103.  - Perfect Source Structuring
  104.  - Unlimited Undo/Redo
  105.  - Fast Search & Replace
  106.  - Bracket Matching [NEW]
  107.  - New Colour Controls [NEW]
  108.  - New Project Template [NEW]
  109.  
  110. StormC - Very Fast ANSI-C & C++ Compiler
  111.  
  112.  - 2-in-1 Compiler: ANSI-C & C++ (AT&T 3.0)
  113.  - Exception Handling
  114.  - Templates
  115.  - High-Speed Compiler
  116.  - Fast Turn-Around
  117.  - Code Generation for all Motorola 68xxx (incl. 68060, 68881/68882)
  118.  - Single-Pass Compiler
  119.  - Powerful Inlining
  120.  - Highly Compatible with SAS/C, DICE, Aztec C, MaxonC, GCC
  121.  - Pre-Compiled Headers
  122.  - Multiple-Pass Optimiser
  123.  - New Key-word "__saveds" [NEW]
  124.  
  125. StormLINK - Optimising Linker
  126.  
  127.  - Very Fast Linking
  128.  - Near-Code Optimiser
  129.  - Type-Save Linking
  130.  - Generates ROM Code
  131.  - Easy Generation of Shared Libraries
  132.  - Compatible to SAS/C- and MaxonC Libraries
  133.  - Code Folding (Optimisation at Linking)
  134.  - Linking of Binaries [NEW]
  135.  
  136. StormLibrarian [NEW]
  137.  
  138.  - Simple Creation of Linker Libraries [NEW]
  139.  - Easy Generation of Library Sets [NEW]
  140.  
  141. RunShell - Outstanding Run-time system
  142.  
  143.  - Resource Tracking
  144.  - Controlled Program Interrupt
  145.  - Any Time Start of Debugger
  146.  - New GUI [NEW]
  147.  
  148. StormDEBUG - Comfortable Source-Level Debugger
  149.  
  150.  - Output into Editor Window
  151.  - Easy Breakpoint Settings
  152.  - Automatic Value Refresh
  153.  - Comfortable Inspect Windows for Variables, Structs, Classes etc.
  154.  - History and Breakpoint Window
  155.  - Editable Type Casting
  156.  - HEX Editor
  157.  - History and Breakpoint Window [NEW]
  158.  - Improved GUI [NEW]
  159.  
  160. StormPROFILER [NEW]
  161.  
  162. Further Features
  163.  
  164.  - Full StormWIZARD Support (optional GUI Editor) [NEW]
  165.  - Fully Localised (German, English, French, Italian)
  166.  - Full Multitasking
  167.  - Customised Environment
  168.  - Extensive Libraries for ANSI-C, C++, Amiga OS
  169.  - OS 3.1 System Include Files
  170.  
  171.  
  172. NEW FEATURES
  173.  
  174. - many enhancements since last demo version
  175. - localised (German, English, Italian)
  176. - StormLIBRARIAN
  177. - StormPROFILER
  178. - GoldED 4.0 (outstanding editor)
  179.  
  180.  
  181. SPECIAL REQUIREMENTS
  182.  
  183. - any Amiga model
  184. - hard drive
  185. - AmigaOS 2.0 or higher required
  186. - 3 MB RAM (some functions need at least 6 MB RAM)
  187. - CyberGraphX compatible
  188.  
  189.  
  190. LIMITATION OF THE DEMO
  191.  
  192. - max. compiler output is 10 KB
  193. - max. linker output is 20 KB executable
  194. - Amiga includes & libraries are missing
  195.   (they are copyrighted by Amiga Technologies/VisCorp)
  196.  
  197.  
  198. PRICE
  199.  
  200. StormC     598 DM (398 US$)
  201.  
  202. Shipping    30 DM ( 20 US$)
  203.  
  204.  
  205. !!! Please send us Eurocheque or Personal Cheques !!!
  206. !!!       Look out for our Distributors.          !!!
  207. !!!    A list can be found on our homepage.       !!!
  208.  
  209. Demo       (w/ includes & libraries)
  210.            20 DM (within Germany)
  211.            30 DM (20 US$) (all other countries)  
  212. !!! Send us cash only. Please do not send cheques for demo orders !!!
  213.  
  214.  
  215.  
  216. PPC and p-OS
  217. ------------
  218.  
  219. Please ask for special versions for PPC (PowerPC board of Phase 5 and 
  220. p-OS (new OS from ProDAD) development or have a look on our homepage!
  221.  
  222.  
  223. __________________________________________________________________________
  224. HAAGE & PARTNER Computer GmbH                   A M I G A  DEVELOPMENTS
  225. Mainzer Str. 10 A, 61191 Rosbach, Germany        for AmigaOS, PPC, pOS
  226. internet: haage_partner@compuserve.com          StormC - StormWIZARD
  227. fon: +49-6007 -93 00 50  fax: -75 43            ArtEfect - DrawStudio
  228. __________________________________________________________________________
  229. >> MORE INFO ->  http://ourworld.compuserve.com/homepages/HAAGE_PARTNER <<
  230.  
  231.  
  232. ============================= Archive contents =============================
  233.  
  234. Original  Packed Ratio    Date     Time    Name
  235. -------- ------- ----- --------- --------  -------------
  236.     1188     548 53.8% 20-Jan-96 00:20:58  StormC-Demo.info
  237.      483     248 48.6% 25-Jan-96 11:32:30 +def_project.info
  238.      788     438 44.4% 25-Jan-96 11:00:02 +def_text.c.info
  239.      788     439 44.2% 25-Jan-96 11:00:02 +def_text.cc.info
  240.      773     426 44.8% 21-Feb-96 10:19:48 +def_text.cpp.info
  241.      776     425 45.2% 25-Jan-96 11:32:56 +def_text.h.info
  242.      773     429 44.5% 21-Feb-96 10:16:24 +def_text.info
  243.     2657     645 75.7% 07-Jan-97 12:29:10 +Examples.info
  244.     2657     631 76.2% 07-Jan-97 12:29:06 +ColorWheel.info
  245.     7233    2395 66.8% 18-Jan-96 14:47:40 +ColorWheel.c
  246.      906     404 55.4% 07-Jan-97 21:08:06 +Colorwheel.¶
  247.      665     379 43.0% 07-Jan-97 21:08:06 +Colorwheel.¶.info
  248.     2657     633 76.1% 07-Jan-97 12:29:06 +GadTools.info
  249.    24520    7408 69.7% 18-Jan-96 14:49:54 +gadtools.c
  250.      950     408 57.0% 07-Jan-97 21:08:42 +GadTools.¶
  251.      534     292 45.3% 07-Jan-97 21:08:42 +GadTools.¶.info
  252.     2657     646 75.6% 07-Jan-97 12:29:06 +IllResource.info
  253.      401     251 37.4% 17-Feb-96 17:38:32 +IllResource.c
  254.      920     394 57.1% 07-Jan-97 21:09:56 +IllResource.¶
  255.      534     293 45.1% 07-Jan-97 21:09:56 +IllResource.¶.info
  256.        0       0  0.0% 07-Jan-97 21:10:10 +test
  257.      452     276 38.9% 13-Jun-96 09:39:44 +assert.h
  258.     1229     438 64.3% 13-Jun-96 09:44:08 +ctype.h
  259.      581     345 40.6% 13-Jun-96 09:44:38 +errno.h
  260.      479     304 36.5% 13-Jun-96 09:46:08 +exception.h
  261.      874     343 60.7% 13-Jun-96 09:39:22 +filedefs.h
  262.     2104     686 67.3% 07-Aug-96 15:35:08 +fstream.h
  263.      290     214 26.2% 28-Dec-95 22:57:54 +functions.h
  264.     2534     712 71.9% 13-Jun-96 09:47:32 +iomanip.h
  265.    11913    2798 76.5% 07-Aug-96 15:35:08 +iostream.h
  266.      765     434 43.2% 13-Jun-96 09:37:38 +libbase.h
  267.      724     294 59.3% 13-Jun-96 09:45:54 +limits.h
  268.      428     275 35.7% 13-Jun-96 09:37:28 +linkerfunc.h
  269.      819     327 60.0% 13-Jun-96 09:37:54 +math.h
  270.      374     246 34.2% 13-Jun-96 09:38:06 +new.h
  271.     1642     436 73.4% 02-Jan-96 15:23:30 +all_lib.h
  272.     2132     559 73.7% 02-Jan-96 15:23:50 +amigaguide_lib.h
  273.      799     360 54.9% 02-Jan-96 15:24:18 +asl_lib.h
  274.      558     306 45.1% 02-Jan-96 15:24:32 +battclock_lib.h
  275.      616     326 47.0% 02-Jan-96 15:24:48 +battmem_lib.h
  276.      817     355 56.5% 02-Jan-96 15:25:10 +bullet_lib.h
  277.     1332     486 63.5% 02-Jan-96 15:25:26 +cardres_lib.h
  278.      565     309 45.3% 02-Jan-96 15:25:58 +cia_lib.h
  279.      523     312 40.3% 02-Jan-96 15:26:44 +colorwheel_lib.h
  280.     1670     550 67.0% 02-Jan-96 15:27:00 +commodities_lib.h
  281.      509     315 38.1% 02-Jan-96 15:27:14 +console_lib.h
  282.     1785     533 70.1% 02-Jan-96 15:27:34 +datatypes_lib.h
  283.      644     324 49.6% 02-Jan-96 15:28:08 +disk_lib.h
  284.      684     347 49.2% 02-Jan-96 15:27:52 +diskfont_lib.h
  285.     8490    1743 79.4% 02-Jan-96 15:28:38 +dos_lib.h
  286.      435     283 34.9% 02-Jan-96 15:28:58 +dtclass_lib.h
  287.     6429    1406 78.1% 02-Jan-96 15:29:26 +exec_lib.h
  288.     1642     516 68.5% 02-Jan-96 15:29:48 +expansion_lib.h
  289.     2073     590 71.5% 02-Jan-96 15:30:08 +gadtools_lib.h
  290.     9490    2019 78.7% 02-Jan-96 15:30:30 +graphics_lib.h
  291.     1008     412 59.1% 02-Jan-96 15:30:46 +icon_lib.h
  292.     2699     682 74.7% 02-Jan-96 15:31:02 +iffparse_lib.h
  293.      424     279 34.1% 02-Jan-96 15:31:18 +input_lib.h
  294.     8484    1667 80.3% 02-Jan-96 15:31:44 +intuition_lib.h
  295.      606     330 45.5% 02-Jan-96 15:32:00 +keymap_lib.h
  296.     2275     623 72.6% 02-Jan-96 15:32:18 +layers_lib.h
  297.     1728     527 69.5% 02-Jan-96 15:32:40 +locale_lib.h
  298.     1355     490 63.8% 02-Jan-96 15:33:02 +lowlevel_lib.h
  299.      918     372 59.4% 02-Jan-96 15:33:16 +mathffp_lib.h
  300.     1186     406 65.7% 02-Jan-96 15:33:34 +mathieeedoubbas_lib.h
  301.     1527     445 70.8% 02-Jan-96 15:33:56 +mathieeedoubtrans_lib.h
  302.     1138     395 65.2% 02-Jan-96 15:34:10 +mathieeesingbas_lib.h
  303.     1476     432 70.7% 02-Jan-96 15:34:24 +mathieeesingtrans_lib.h
  304.     1232     405 67.1% 02-Jan-96 15:34:38 +mathtrans_lib.h
  305.      479     297 37.9% 02-Jan-96 15:34:54 +misc_lib.h
  306.      773     386 50.0% 02-Jan-96 15:35:10 +nonvolatile_lib.h
  307.      525     307 41.5% 02-Jan-96 15:35:34 +potgo_lib.h
  308.      490     296 39.5% 02-Jan-96 15:35:52 +ramdrive_lib.h
  309.     1171     438 62.5% 02-Jan-96 15:36:18 +realtime_lib.h
  310.      958     394 58.8% 02-Jan-96 15:36:32 +rexxsyslib_lib.h
  311.      619     323 47.8% 02-Jan-96 15:36:48 +timer_lib.h
  312.      461     290 37.0% 02-Jan-96 15:37:06 +translator_lib.h
  313.     2574     705 72.6% 02-Jan-96 15:37:28 +utility_lib.h
  314.     1027     402 60.8% 02-Jan-96 15:37:48 +wb_lib.h
  315.      226     188 16.8% 28-Dec-95 23:47:30 +all_pragmas.h
  316.      246     199 19.1% 28-Dec-95 23:47:46 +amigaguide_pragmas.h
  317.      226     188 16.8% 28-Dec-95 23:48:08 +asl_pragmas.h
  318.      244     201 17.6% 28-Dec-95 23:48:28 +battclock_pragmas.h
  319.      238     196 17.6% 28-Dec-95 23:48:46 +battmem_pragmas.h
  320.      235     194 17.4% 28-Dec-95 23:49:04 +bullet_pragmas.h
  321.      238     194 18.4% 28-Dec-95 23:49:20 +cardres_pragmas.h
  322.      226     188 16.8% 28-Dec-95 23:49:42 +cia_pragmas.h
  323.      247     201 18.6% 28-Dec-95 23:50:02 +colorwheel_pragmas.h
  324.      250     204 18.4% 28-Dec-95 23:50:20 +commodities_pragmas.h
  325.      238     196 17.6% 28-Dec-95 23:50:54 +console_pragmas.h
  326.      244     201 17.6% 28-Dec-95 23:51:16 +datatypes_pragmas.h
  327.      229     192 16.1% 28-Dec-95 23:58:18 +disk_pragmas.h
  328.      241     200 17.0% 28-Dec-95 23:57:06 +diskfont_pragmas.h
  329.      226     190 15.9% 28-Dec-95 23:58:34 +dos_pragmas.h
  330.      238     196 17.6% 28-Dec-95 23:59:06 +dtclass_pragmas.h
  331.      229     191 16.5% 28-Dec-95 23:59:48 +exec_pragmas.h
  332.      244     201 17.6% 29-Dec-95 00:00:26 +expansion_pragmas.h
  333.      241     198 17.8% 29-Dec-95 00:00:52 +gadtools_pragmas.h
  334.      241     197 18.2% 29-Dec-95 00:01:40 +graphics_pragmas.h
  335.      229     191 16.5% 29-Dec-95 00:01:54 +icon_pragmas.h
  336.      241     197 18.2% 29-Dec-95 00:02:16 +iffparse_pragmas.h
  337.      232     191 17.6% 29-Dec-95 00:03:22 +input_pragmas.h
  338.      244     199 18.4% 29-Dec-95 00:04:00 +intuition_pragmas.h
  339.      235     196 16.5% 29-Dec-95 00:04:18 +keymap_pragmas.h
  340.      235     194 17.4% 29-Dec-95 00:04:52 +layers_pragmas.h
  341.      235     193 17.8% 29-Dec-95 00:07:04 +locale_pragmas.h
  342.      255     208 18.4% 29-Dec-95 00:07:38 +lowlevel_pragmas.h
  343.      238     197 17.2% 29-Dec-95 00:08:00 +mathffp_pragmas.h
  344.      262     209 20.2% 29-Dec-95 00:08:22 +mathieeedoubbas_pragmas.h
  345.      268     212 20.8% 29-Dec-95 00:09:10 +mathieeedoubtrans_pragmas.h
  346.      262     208 20.6% 29-Dec-95 00:10:06 +mathieeesingbas_pragmas.h
  347.      268     211 21.2% 29-Dec-95 00:11:14 +mathieeesingtrans_pragmas.h
  348.      244     199 18.4% 29-Dec-95 00:11:48 +mathtrans_pragmas.h
  349.      229     191 16.5% 29-Dec-95 00:12:14 +misc_pragmas.h
  350.      264     212 19.6% 29-Dec-95 00:13:18 +nonvolatile_pragmas.h
  351.      232     192 17.2% 29-Dec-95 00:13:36 +potgo_pragmas.h
  352.      241     196 18.6% 29-Dec-95 00:13:54 +ramdrive_pragmas.h
  353.      255     207 18.8% 29-Dec-95 00:14:20 +realtime_pragmas.h
  354.      247     202 18.2% 29-Dec-95 00:14:42 +rexxsyslib_pragmas.h
  355.      232     192 17.2% 29-Dec-95 00:15:04 +timer_pragmas.h
  356.      247     201 18.6% 29-Dec-95 00:15:24 +translator_pragmas.h
  357.      238     197 17.2% 29-Dec-95 00:15:42 +utility_pragmas.h
  358.      223     189 15.2% 29-Dec-95 00:16:00 +wb_pragmas.h
  359.     1313     405 69.1% 29-Dec-95 08:10:54 +all.h
  360.      363     248 31.6% 29-Dec-95 08:09:40 +amigaguide.h
  361.      320     227 29.0% 29-Dec-95 08:11:34 +asl.h
  362.      358     243 32.1% 29-Dec-95 08:12:40 +battclock.h
  363.      346     239 30.9% 29-Dec-95 08:13:14 +battmem.h
  364.      340     236 30.5% 29-Dec-95 08:13:48 +bullet.h
  365.      347     238 31.4% 29-Dec-95 08:14:34 +cardres.h
  366.      326     232 28.8% 29-Dec-95 08:15:10 +cia.h
  367.      364     245 32.6% 29-Dec-95 08:15:46 +colorwheel.h
  368.      360     248 31.1% 29-Dec-95 08:16:18 +commodities.h
  369.      348     239 31.3% 29-Dec-95 08:16:52 +console.h
  370.      358     241 32.6% 29-Dec-95 08:17:24 +datatypes.h
  371.      329     233 29.1% 29-Dec-95 08:17:54 +disk.h
  372.      352     241 31.5% 29-Dec-95 08:18:28 +diskfont.h
  373.      325     231 28.9% 29-Dec-95 08:19:00 +dos.h
  374.      346     239 30.9% 29-Dec-95 08:19:32 +dtclass.h
  375.      525     317 39.6% 31-Dec-95 17:22:04 +exec.h
  376.      784     439 44.0% 31-Dec-95 17:22:04 +exec.h.info
  377.      358     241 32.6% 29-Dec-95 08:21:30 +expansion.h
  378.      351     240 31.6% 29-Dec-95 08:22:02 +gadtools.h
  379.      347     233 32.8% 29-Dec-95 08:22:34 +graphics.h
  380.      328     230 29.8% 29-Dec-95 08:23:04 +icon.h
  381.      352     240 31.8% 29-Dec-95 08:23:32 +iffparse.h
  382.      334     233 30.2% 29-Dec-95 08:27:06 +input.h
  383.      364     238 34.6% 29-Dec-95 08:27:46 +intuition.h
  384.      340     238 30.0% 29-Dec-95 08:28:18 +keymap.h
  385.      340     236 30.5% 29-Dec-95 08:28:52 +layers.h
  386.      340     234 31.1% 29-Dec-95 08:29:22 +locale.h
  387.      352     241 31.5% 29-Dec-95 08:29:50 +lowlevel.h
  388.      343     238 30.6% 29-Dec-95 08:30:18 +mathffp.h
  389.      394     259 34.2% 29-Dec-95 08:30:54 +mathieeedoubbas.h
  390.      408     263 35.5% 29-Dec-95 08:31:22 +mathieeedoubtrans.h
  391.      394     259 34.2% 29-Dec-95 08:31:52 +mathieeesingbas.h
  392.      406     264 34.9% 29-Dec-95 08:32:22 +mathieeesingtrans.h
  393.      358     243 32.1% 29-Dec-95 08:32:50 +mathtrans.h
  394.      327     231 29.3% 29-Dec-95 08:33:24 +misc.h
  395.      361     245 32.1% 29-Dec-95 08:33:52 +nonvolatile.h
  396.      334     233 30.2% 29-Dec-95 08:34:22 +potgo.h
  397.      354     241 31.9% 29-Dec-95 08:34:54 +ramdrive.h
  398.      352     241 31.5% 29-Dec-95 08:35:22 +realtime.h
  399.      361     247 31.5% 29-Dec-95 08:35:54 +rexxsyslib.h
  400.      334     233 30.2% 29-Dec-95 08:36:22 +timer.h
  401.      364     242 33.5% 29-Dec-95 08:36:50 +translator.h
  402.      346     239 30.9% 29-Dec-95 08:37:20 +utility.h
  403.      323     235 27.2% 29-Dec-95 08:37:44 +wb.h
  404.      386     252 34.7% 13-Jun-96 09:42:50 +setjmp.h
  405.      576     311 46.0% 13-Jun-96 09:40:02 +signal.h
  406.      591     328 44.5% 13-Jun-96 09:45:40 +stdarg.h
  407.      420     270 35.7% 13-Jun-96 09:43:18 +stddef.h
  408.     2081     738 64.5% 13-Jun-96 09:40:16 +stdio.h
  409.     1712     647 62.2% 13-Jun-96 09:39:06 +stdlib.h
  410.      765     433 43.3% 26-Apr-96 20:07:06 +libbase.h
  411.      316     223 29.4% 26-Apr-96 20:07:06 +wbstartup.h
  412.     2808     794 71.7% 10-Sep-96 11:41:14 +string.h
  413.      785     388 50.5% 13-Jun-96 09:42:40 +time.h
  414.      316     224 29.1% 13-Jun-96 09:38:20 +wbstartup.h
  415.     5167     651 87.4% 20-Jan-96 00:20:44 +Install StormC-Deutsch.info
  416.     5196     672 87.0% 20-Jan-96 00:20:44 +Install StormC-English.info
  417.     5183     663 87.2% 20-Jan-96 00:20:44 +Install StormC-Italiano.info
  418.    16313    4121 74.7% 07-Jan-97 21:22:20 +Installa StormC
  419.    12358    5232 57.6% 19-Jan-96 23:54:50 +Leggimi
  420.      770     421 45.3% 20-Jan-96 00:20:44 +Leggimi.info
  421.   259968   76483 70.5% 12-Oct-96 10:01:36 +storm.lib
  422.   257516   76557 70.2% 12-Oct-96 10:01:30 +storm020.lib
  423.        0       0  0.0% 20-Jan-96 00:05:30 +
  424.     4463    2103 52.8% 07-Jan-97 21:28:30 +Liesmich
  425.      769     422 45.1% 20-Jan-96 00:20:44 +Liesmich.info
  426.        0       0  0.0% 20-Jan-96 00:05:30 +
  427.     2657     643 75.7% 07-Jan-97 12:28:40 +Manual.info
  428.     8038    3613 55.0% 07-Jan-97 21:31:44 +README
  429.      771     421 45.3% 20-Jan-96 00:20:44 +README.info
  430.      566     317 43.9% 10-Nov-96 10:49:40 +barfly.srx
  431.      931     522 43.9% 10-Nov-96 10:49:40 +catcomp.srx
  432.      838     480 42.7% 10-Nov-96 10:49:40 +fd2pragma.srx
  433.      590     334 43.3% 10-Nov-96 10:49:40 +librarian.srx
  434.      576     333 42.1% 10-Nov-96 10:49:40 +masm.srx
  435.      648     325 49.8% 19-Jan-96 23:30:52 +oma.srx
  436.      721     404 43.9% 10-Nov-96 10:49:40 +phxass.srx
  437.     1004     458 54.3% 10-Nov-96 10:49:40 +showargs.srx
  438.    13143    4181 68.1% 07-Jan-97 12:25:46 +StormC Install-Script
  439.    16688    3971 76.2% 07-Jan-97 21:03:00 +StormC Install-Script english
  440.     6647    1783 73.1% 07-Jan-97 21:32:12 +StormCPP.info
  441.    43948   20437 53.4% 03-Jan-97 14:49:14 +appmanager.library
  442.        0       0  0.0% 20-Jan-96 00:05:30 +
  443.    14338    5292 63.0% 07-Nov-96 23:40:30 +Amiga Functions.dic
  444.     3937    1846 53.1% 11-Jul-96 13:49:32 +Amiga Types.dic
  445.     1271     641 49.5% 11-Jul-96 13:49:32 +C Library.dic
  446.      358     244 31.8% 11-Jul-96 13:49:32 +C Symbols.dic
  447.    81978   28128 65.6% 11-Jul-96 13:49:32 +Preprocessor.dic
  448.       56      56  0.0% 17-May-96 19:55:06 +User 1.dic
  449.       56      56  0.0% 17-May-96 19:55:06 +User 2.dic
  450.       56      56  0.0% 17-May-96 19:55:06 +User 3.dic
  451.    11764    2069 82.4% 23-Dec-96 14:07:40 +math000.lib
  452.    11756    2078 82.3% 23-Dec-96 14:07:40 +math020.lib
  453.   107292   41445 61.3% 23-Dec-96 14:07:38 +math040.lib
  454.     7692    1112 85.5% 23-Dec-96 14:07:40 +math881.lib
  455.    47292   34071 27.9% 05-Jan-97 21:35:20 +STARTBILD
  456.     2984     973 67.3% 22-Feb-96 14:12:02 +startup.o
  457.    17736    7535 57.5% 26-Nov-96 19:14:50 +StormASM
  458.   422680  202128 52.1% 07-Dec-96 19:04:24 +StormC
  459.    22516   10437 53.6% 23-Dec-96 14:07:28 +StormCPP
  460.    10404    5014 51.8% 26-Nov-96 19:14:50 +StormCustom
  461.    47248   16307 65.4% 12-Oct-96 10:01:22 +stormdisasm.library
  462.   159828   61422 61.5% 23-Dec-96 14:07:30 +StormEd
  463.    27684    5749 79.2% 07-Jan-97 21:11:56 +StormEdGUI.wizard
  464.    64632   30074 53.4% 05-Jan-97 21:47:06 +StormLink
  465.   182124   74306 59.2% 23-Dec-96 14:07:32 +StormRun
  466.    64812   11362 82.4% 07-Jan-97 21:11:56 +StormRunGUI.wizard
  467.   228016   85936 62.3% 23-Dec-96 14:07:30 +StormShell
  468.    98568   20933 78.7% 07-Jan-97 21:11:56 +StormShellGUI.wizard
  469.      651     353 45.7% 05-Jan-97 21:51:16 +template.¶
  470.      624     351 43.7% 05-Jan-97 21:51:16 +template.¶.info
  471.        0       0  0.0% 20-Jan-96 00:05:38 +
  472. -------- ------- ----- --------- --------
  473.  2496944  928888 62.7% 21-Mar-97 09:54:20   236 files
  474.